--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 069865d4440fdb70d7954527ab07142f6d171e5c
Parents : 192ac21
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-07T19:46:10-06:00
refactor(call_page): streamline call status message rendering for improved readability
Changes
1 files changed, 1 insertions(+), 3 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/components/call/CallPage.vue b/meshchatx/src/frontend/components/call/CallPage.vue
index 61ea4ec5..e9c493e1 100644
--- a/meshchatx/src/frontend/components/call/CallPage.vue
+++ b/meshchatx/src/frontend/components/call/CallPage.vue
@@ -218,9 +218,7 @@
class="animate-pulse"
>Ringing...</span
>
- <span v-else-if="activeCall && activeCall.status === 5">
- {{ $t("call.establishing_link") }}
- </span>
+ <span v-else-if="activeCall && activeCall.status === 5">{{ $t("call.establishing_link") }}</span>
<span
v-else-if="activeCall && activeCall.status === 6"
class="text-green-500 flex items-center gap-2"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────